home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / locales.postinst < prev    next >
Encoding:
Text File  |  2006-12-14  |  83 b   |  10 lines

  1. #! /bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = configure ]; then
  6.     /usr/sbin/locale-gen
  7. fi
  8.  
  9. exit 0
  10.